home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
pandawars.swf
/
scripts
/
frame_31
/
PlaceObject2_65_106
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
161 b
|
12 lines
onClipEvent(enterFrame){
this._x += ugoki;
if(this._x > 540)
{
ugoki = -5;
}
else if(this._x < 100)
{
ugoki = 5;
}
}